setEnableDocumentChange Method
In This Topic
Sets a value indicating whether the user can modify the contents of the document.
This property controls the modification of the document contents by operations other than those controlled by methods: , , .
Syntax
public void setEnableDocumentChange(
boolean
)
|
Parameters
- value
- True if the user can modify the document, otherwise false.
See Also